All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.util.QTVector

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTPointerRef
                   |
                   +----quicktime.util.QTVector

public abstract class QTVector
extends QTPointerRef
implements QuickTimeLib
This class represents a Vector of uniform sized objects into a handle.


Method Index

 o elements()
 o getSize()
Returns the size of the QTPionter
 o isEmpty()
 o remove(int)
remove element at specified position
 o removeAll()
 o size()

Methods

 o remove
 public void remove(int pos) throws ArrayIndexOutOfBoundsException, UtilException
remove element at specified position

 o isEmpty
 public boolean isEmpty()
 o removeAll
 public void removeAll() throws UtilException
 o getSize
 public int getSize()
Returns the size of the QTPionter

Overrides:
getSize in class QTPointerRef
 o size
 public int size()
 o elements
 public Enumeration elements()

All Packages  Class Hierarchy  This Package  Previous  Next  Index